mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
libs/lbc: remove CHAR_BIT = 16 support
For CEVA platform CHAR_BIT is 16, and will do lots of extra work when use IPC. We will not support this platform anymore, so remove all the b2c operations. Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
@@ -29,12 +29,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/* Non-standard support for cases where CHAR_BIT != 8 carried in strings.h
|
||||
* only for convenience. See include/nuttx/b2c.h.
|
||||
*/
|
||||
|
||||
#include <nuttx/b2c.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user