Nfc: switch to HAL ticks. ApiHal: small cleanup and refactoring. (#609)

This commit is contained in:
あく
2021-07-28 11:45:42 +03:00
committed by GitHub
parent 4c1ac2a13d
commit 1c58de24f5
21 changed files with 36 additions and 41 deletions
@@ -22,6 +22,7 @@ void api_hal_spi_init() {
GpioSpeedVeryHigh
);
}
FURI_LOG_I("FuriHalSpi", "Init OK");
}
void api_hal_spi_bus_lock(const ApiHalSpiBus* bus) {