Removed ASSERT from mux.

pull/6082/head
Teppo Järvelin 2018-02-13 11:28:30 +02:00 committed by Ari Parkkila
parent ea6d59ff19
commit 67740f73bd
1 changed files with 0 additions and 4 deletions

View File

@ -115,10 +115,6 @@ public:
MUX_ESTABLISH_MAX /* Enumeration upper bound. */
};
/* @ref MuxEstablishStatus type assigned to _shared_memory variable, which has sizeof(uint8_t) storage class. Enforce
expected behaviour compile time. */
MBED_STATIC_ASSERT(sizeof(MuxEstablishStatus) == sizeof(uint), "");
/* Definition for multiplexer establishment return code type. */
enum MuxReturnStatus {
MUX_STATUS_SUCCESS = 0,