reintroduced assert_param until the new release of stm32 toolchain

This commit is contained in:
Antoine Drouin
2010-08-23 14:45:21 +00:00
parent b09c0f5c32
commit bcba4e1f49
+4 -4
View File
@@ -308,9 +308,9 @@ void null_handler(void){
*
*/
//void assert_param(void);
void assert_param(void);
//void assert_param(void){
//
//}
void assert_param(void){
}