BLE NAND for ST Boards

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of N06_NAND by Hugo Pristauz

bricks/o.h

Committer:
hux
Date:
2017-01-08
Revision:
23:2e73c391bb12

File content as of revision 23:2e73c391bb12:

// o.h - dealing with THE object 'O'
#ifndef _O_H_
#define _O_H_
   
#define O     Blob

#include "bricks/blob.h"
   
#endif // _O_H_