Minor HAL cleanup

This commit is contained in:
Scott Lahteine
2020-03-29 17:14:06 -05:00
parent 765a9f3471
commit d029a09810
2 changed files with 3 additions and 8 deletions

View File

@ -90,7 +90,7 @@ void HAL_init() {
//debug_frmwrk_init();
//_DBG("\n\nDebug running\n");
// Initialise the SD card chip select pins as soon as possible
// Initialize the SD card chip select pins as soon as possible
#if PIN_EXISTS(SS)
OUT_WRITE(SS_PIN, HIGH);
#endif