mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 21:09:34 +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>
|
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1940/misc:
|
PR 1940/misc:
|
||||||
|
|||||||
@@ -25,10 +25,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifndef ARRAY_COUNT
|
|
||||||
#define ARRAY_COUNT(a) (sizeof(a)/sizeof(a[0]))
|
|
||||||
#endif /* ARRAY_COUNT */
|
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user