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