]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/avr/ProgFlashM.nc
Remove the boot.h from TOSBoot. The file is already present in the current avr toolch...
[tinyos-2.x.git] / tos / lib / tosboot / avr / ProgFlashM.nc
index 8bada2d6757a84d3150623489f7706865537389d..7167e936e8ae5ae3ec01013daae2452c6bc4ed20 100644 (file)
@@ -36,7 +36,7 @@ module ProgFlashM {
 
 implementation {
 
-#include <boot.h>
+#include <avr/boot.h>
 
   command error_t ProgFlash.write(in_flash_addr_t addr, uint8_t* buf, in_flash_addr_t len) {