[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosboot/avr ProgFlashM.nc, 1.1, 1.2 boot.h, 1.1, NONE

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Thu Jan 24 16:47:36 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosboot/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24369/tos/lib/tosboot/avr

Modified Files:
	ProgFlashM.nc 
Removed Files:
	boot.h 
Log Message:
Remove the boot.h from TOSBoot. The file is already present in the current avr toolchain. This change was proposed by Janos Sallai.


Index: ProgFlashM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosboot/avr/ProgFlashM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ProgFlashM.nc	11 Jul 2007 00:42:56 -0000	1.1
--- ProgFlashM.nc	25 Jan 2008 00:47:33 -0000	1.2
***************
*** 37,41 ****
  implementation {
  
! #include <boot.h>
  
    command error_t ProgFlash.write(in_flash_addr_t addr, uint8_t* buf, in_flash_addr_t len) {
--- 37,41 ----
  implementation {
  
! #include <avr/boot.h>
  
    command error_t ProgFlash.write(in_flash_addr_t addr, uint8_t* buf, in_flash_addr_t len) {

--- boot.h DELETED ---



More information about the Tinyos-2-commits mailing list