syntax sugar

This commit is contained in:
Chris 2018-07-04 12:20:08 +02:00
commit 49735b62f1
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,6 @@
#include "usb_cdc.h"
#include "cmd.h"
struct common_area common_area __attribute__((section(".commonarea")));
unsigned int start_addr, end_addr, bootrom_unlocked;
extern char _bootrom_start, _bootrom_end, _flash_start, _flash_end;