driver progress

This commit is contained in:
rusefillc 2023-05-23 23:13:37 -04:00
parent 13da43726a
commit f37433ed85
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* Specifies palInit() without parameter, required until all platforms will
be updated to the new style.*/
#define PAL_NEW_INIT
/**
* @brief Digital I/O port sized unsigned type.
*/
@ -36,3 +40,7 @@ extern "C" {
}
#endif
//typedef struct {
//} PALConfig;
//extern const PALConfig pal_default_config;