Skip to content

Commit ed31399

Browse files
committed
Add ACDC release build target
1 parent d028af9 commit ed31399

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Tools/makeprojects.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
'MidiBoot3': [
2222
'Genius'
2323
],
24-
#None: ['Expander'] #- expander currently won't build
25-
#, 'MagusEncoder' - no F0 HAL in libraries
24+
None: [
25+
'ACDC',
26+
# 'MagusEncoder', no F0 HAL in libraries
27+
# 'Expander', currently won't build
28+
],
2629
}
2730

2831

0 commit comments

Comments
 (0)