Mark files as debug

This commit is contained in:
Oleg Korshul
2024-12-27 17:54:45 +03:00
parent 1c9f7ac597
commit b4f4da26d6
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <stdio.h> #include <stdio.h>
#define LOG_BUFFER_SIZE 1000 #define LOG_BUFFER_SIZE 1000
// not intended for use in production. only for testing/debugging purposes
namespace Logging namespace Logging
{ {
void logBytes(char* name, unsigned char* str, int len) void logBytes(char* name, unsigned char* str, int len)

View File

@ -1,3 +1,5 @@
// not intended for use in production. only for testing/debugging purposes
window.onload = function() window.onload = function()
{ {
var holder = document.body; var holder = document.body;