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