Changeset 109


Ignore:
Timestamp:
06/25/2007 11:57:26 AM (5 years ago)
Author:
ayb
Message:

Changed size of a few arrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nano-RK/projects/basic_networking/App.c

    r105 r109  
    2222#define SERVER2_RQS 4  
    2323 
     24#define PAYLOAD 64  
     25 
    2426nrk_task_type RX_TASK; 
    2527NRK_STK rx_task_stack[NRK_APP_STACKSIZE]; 
     
    3133 
    3234/**************************************************************************************/ 
    33 uint8_t tx_buf[RF_MAX_PAYLOAD_SIZE]; 
     35uint8_t tx_buf[PAYLOAD]; 
    3436 
    3537/**************************************************************************************/ 
Note: See TracChangeset for help on using the changeset viewer.