added warning for when firmware gets to big thus overwriting bootloader.
This commit is contained in:
@@ -219,3 +219,8 @@ onEveryLoop:
|
||||
.equ netInterfaceData = com2w_iface
|
||||
|
||||
|
||||
deviceCodeEnd:
|
||||
.if deviceCodeEnd >= BOOTLOADER_ADDR
|
||||
.warning "Code reaches into boot loader!"
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user