Skip to content

Commit

Permalink
Add ACDC release build target
Browse files Browse the repository at this point in the history
  • Loading branch information
pingdynasty committed Jan 4, 2023
1 parent d028af9 commit ed31399
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Tools/makeprojects.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
'MidiBoot3': [
'Genius'
],
#None: ['Expander'] #- expander currently won't build
#, 'MagusEncoder' - no F0 HAL in libraries
None: [
'ACDC',
# 'MagusEncoder', no F0 HAL in libraries
# 'Expander', currently won't build
],
}


Expand Down

0 comments on commit ed31399

Please sign in to comment.