mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			[platform] fix doxygen preprocessor constant expresison warnings
							parent
							
								
									75e5b6500d
								
							
						
					
					
						commit
						4e417eb3dc
					
				| 
						 | 
					@ -21,7 +21,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include<stdint.h>
 | 
					#include<stdint.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MBED_APPLICATION_SUPPORT (defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7))
 | 
					#define MBED_APPLICATION_SUPPORT defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7)
 | 
				
			||||||
#if MBED_APPLICATION_SUPPORT
 | 
					#if MBED_APPLICATION_SUPPORT
 | 
				
			||||||
#ifdef __cplusplus
 | 
					#ifdef __cplusplus
 | 
				
			||||||
extern "C" {
 | 
					extern "C" {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue