Several patches from Petteri Aimonen (mostly NxWidgets)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-11-09 14:54:29 +00:00
parent 6a43d75878
commit 7fbc31650e
2 changed files with 0 additions and 9 deletions

View File

@ -180,7 +180,6 @@ config STM32_STM32F10XX
config STM32_VALUELINE config STM32_VALUELINE
bool bool
select ARMV7M_CMNVECTOR
config STM32_HIGHDENSITY config STM32_HIGHDENSITY
bool bool

View File

@ -835,14 +835,6 @@ struct eth_rxdesc_s
* Public Functions * Public Functions
****************************************************************************************************/ ****************************************************************************************************/
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C" {
#else
#define EXTERN extern
#endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* STM32_NETHERNET > 0 */ #endif /* STM32_NETHERNET > 0 */
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ETH_H */ #endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ETH_H */