Fix typo from last commit

This commit is contained in:
Josh Stewart 2022-07-08 22:54:15 +00:00
parent 15d43db61a
commit 6af9265f70
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ void checkForSDStart()
if((configPage13.onboard_log_trigger_Epin) && (SD_status == SD_STATUS_READY) )
{
if(digitalRead(pinSDEnable) == LOW }
if(digitalRead(pinSDEnable) == LOW)
{
beginSDLogging(); //Setup the log file, preallocation, header row
}