Changeset 117


Ignore:
Timestamp:
06/28/2007 11:29:59 AM (5 years ago)
Author:
ayb
Message:

Deleted messed up version

Location:
nano-RK/projects
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • nano-RK/projects/basic_bmac/makefile

    r102 r117  
    11# Platform name  cc2420DK, firefly, micaZ 
    2 PLATFORM = firefly2 
     2PLATFORM = firefly2_2 
    33 
    44 
  • nano-RK/projects/basic_networking/App.c

    r109 r117  
    5656        nrk_time_set(0,0); 
    5757 
    58          
     58        printf("Before initialising network stack"); 
    5959        // initialise the network stack          
    6060        nrk_init_nw_stack(); 
  • nano-RK/projects/basic_tasks/nrk_cfg.h

    r95 r117  
    2424// Leave NRK_NO_POWER_DOWN define in if the target can not wake up from sleep  
    2525// because it has no asynchronously clocked 
    26 //#define NRK_NO_POWER_DOWN 
     26#define NRK_NO_POWER_DOWN 
    2727 
    2828// Max number of tasks in your application 
Note: See TracChangeset for help on using the changeset viewer.