- fixed includes after refactor
- fixed mutual inclusions git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@866 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// --------------------------------------------------------------
|
||||
#ifndef RINGBUF_H
|
||||
#define RINGBUF_H
|
||||
#ifndef _RADIO_RINGBUF_H_
|
||||
#define _RADIO_RINGBUF_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "radio_types.h"
|
||||
@@ -59,4 +59,4 @@ void FifoPopFront(fifo_t *pObj);
|
||||
#endif // __cplusplus
|
||||
|
||||
// --------------------------------------------------------------
|
||||
#endif // RINGBUF_H
|
||||
#endif // _RADIO_RINGBUF_H_
|
||||
|
||||
Reference in New Issue
Block a user