shithub: MicroHs

Download patch

ref: e467aff8da3a13f7faac971b3d0752ecd8d6e348
parent: 9c540586beb9851a5ebee47bb2aaf4211987b4db
author: Lennart Augustsson <lennart@augustsson.net>
date: Tue Dec 19 15:05:05 EST 2023

Fix typo

--- a/src/runtime/config.h
+++ b/src/runtime/config.h
@@ -1,5 +1,5 @@
 #ifndef CONFIG_H
-#define CONFIG_h
+#define CONFIG_H
 
 /*
  * In here are items that can be configured, but that does not depend on the platform.
@@ -8,4 +8,4 @@
 #define HEAP_CELLS 50000000
 #define STACK_SIZE 100000
 
-#endif // CONFIG_H
\ No newline at end of file
+#endif // CONFIG_H
--