Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Dec 19, 2023
1 parent 9c54058 commit e467aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/config.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -8,4 +8,4 @@
#define HEAP_CELLS 50000000
#define STACK_SIZE 100000

#endif // CONFIG_H
#endif // CONFIG_H

0 comments on commit e467aff

Please sign in to comment.