Day 39 complete.

This commit is contained in:
igor
2026-04-24 14:08:11 -07:00
parent 0149719030
commit 536c2664fe
4 changed files with 45 additions and 17 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
#undef ARCHITECTURE_ARM32
#define ARCHITECTURE_ARM32 1
#else
#error Unknown not architecture . . .
#error Unknown architecture . . .
#endif
/* OS */
@@ -61,7 +61,7 @@
#undef OS_LINUX
#define OS_LINUX 1
#else
#error Unknown Operating System . . .
#error Unknown operating system . . .
#endif
/* Compiler */