Fixed bug 3575662.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4753 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
14d77f2af0
commit
600714519b
|
@ -73,12 +73,4 @@ typedef uint32_t mem_ptr_t;
|
||||||
#define BYTE_ORDER LITTLE_ENDIAN
|
#define BYTE_ORDER LITTLE_ENDIAN
|
||||||
#define LWIP_PROVIDE_ERRNO
|
#define LWIP_PROVIDE_ERRNO
|
||||||
|
|
||||||
#define PACK_STRUCT_BEGIN
|
|
||||||
#ifdef PACK_STRUCT_STRUCT
|
|
||||||
#undef PACK_STRUCT_STRUCT
|
|
||||||
#endif
|
|
||||||
#define PACK_STRUCT_STRUCT __attribute__ ((__packed__))
|
|
||||||
#define PACK_STRUCT_END
|
|
||||||
#define PACK_STRUCT_FIELD(x) x
|
|
||||||
|
|
||||||
#endif /* __CC_H__ */
|
#endif /* __CC_H__ */
|
||||||
|
|
|
@ -83,6 +83,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.5.1 ***
|
*** 2.5.1 ***
|
||||||
|
- FIX: Fixed superfluous pack #defines cause nasty warning (bug 3575662)
|
||||||
|
(backported to 2.4.3).
|
||||||
- FIX: Fixed mac.c won't compile due to misplaced declarations (bug 3575657)
|
- FIX: Fixed mac.c won't compile due to misplaced declarations (bug 3575657)
|
||||||
(backported to 2.4.3).
|
(backported to 2.4.3).
|
||||||
- FIX: Fixed STM32F4 ADC prescaler incorrectly initialized (bug 3575297)
|
- FIX: Fixed STM32F4 ADC prescaler incorrectly initialized (bug 3575297)
|
||||||
|
|
Loading…
Reference in New Issue