mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-03 22:09:10 +00:00
Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().
This commit is contained in:
@@ -172,7 +172,7 @@ void ISPTarget_DisableTargetISP(void)
|
||||
{
|
||||
if (HardwareSPIMode)
|
||||
{
|
||||
SPI_ShutDown();
|
||||
SPI_Disable();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user