Merge pull request #2237 from jriwanek-forks/named-initializers-2

Named initializers part 2
This commit is contained in:
Miran Grča
2022-03-18 23:20:37 +01:00
committed by GitHub
51 changed files with 2590 additions and 2544 deletions

View File

@@ -40,6 +40,7 @@
# define EMU_DEVICE_H
#define CONFIG_END -1
#define CONFIG_STRING 0
#define CONFIG_INT 1
#define CONFIG_BINARY 2