Removed UART bootloader code as that was just for testing

This commit is contained in:
2021-06-02 23:04:12 +02:00
parent 994a7fd526
commit c967520030
2 changed files with 4 additions and 94 deletions

View File

@@ -20,7 +20,7 @@ TARGET = bootloader
# building variables
######################################
# debug build?
DEBUG = 1
DEBUG = 0
# optimization
OPT = -Os