Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Typedefinitions

Hello all,

I am developing on the nrf52 dk. and the following type definitions should be defined according to the given library.

Would somebody please comment if that works ok for the SDK5 ver 17.0.2 :

//MCU specific types. Depending on the plattform which is used.
typedef uint8_t Byte
typedef uint16_t Word;
typedef uint32_t uint_32;
typedef int int_32;

Much appreciated for any reply.

Best.

Parents Reply Children
No Data
Related