mirror of https://github.com/ARMmbed/mbed-os.git
NORDIC - remove the unused and incorrect PACKED() macro from the Nordic SDK.
This macro is not used anywhere.pull/2785/head
parent
93e9b486aa
commit
4ae2453eb6
|
@ -68,8 +68,6 @@ typedef enum
|
|||
#define EXTERNAL_INT_VECTOR_OFFSET 16
|
||||
/**@endcond */
|
||||
|
||||
#define PACKED(TYPE) __packed TYPE
|
||||
|
||||
void critical_region_enter (void);
|
||||
void critical_region_exit (void);
|
||||
|
||||
|
|
|
@ -111,10 +111,6 @@ typedef enum
|
|||
#define EXTERNAL_INT_VECTOR_OFFSET 16
|
||||
/**@endcond */
|
||||
|
||||
#ifndef PACKED
|
||||
#define PACKED(TYPE) __packed TYPE
|
||||
#endif
|
||||
|
||||
void app_util_critical_region_enter (uint8_t *p_nested);
|
||||
void app_util_critical_region_exit (uint8_t nested);
|
||||
|
||||
|
|
Loading…
Reference in New Issue