mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
|
||||
|
||||
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1940/misc:
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef ARRAY_COUNT
|
||||
#define ARRAY_COUNT(a) (sizeof(a)/sizeof(a[0]))
|
||||
#endif /* ARRAY_COUNT */
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <bsp.h>
|
||||
|
||||
Reference in New Issue
Block a user