9 lines
153 B
C
9 lines
153 B
C
#ifndef __PROJECT_CONF_H__
|
|
#define __PROJECT_CONF_H__
|
|
|
|
#define CSMA_CONF_802154_AUTOACK 1
|
|
|
|
#define RPL_CONF_DAO_ACK 1
|
|
|
|
#endif /* __PROJECT_CONF_H__ */
|