mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-12-16 01:09:57 +00:00
shooting process
This commit is contained in:
@ -297,9 +297,9 @@ MemoryStatus FLASH_WriteBlock(uint16_t startAddr, uint8_t number,
|
||||
|
||||
result = HAL_I2C_Master_Transmit(&hi2c1, (AT24C_ADRESS << 1), Buf,
|
||||
(dataSize + 2), 10);
|
||||
print("Written ");
|
||||
printNumber(dataSize);
|
||||
print("bytes\n");
|
||||
// print("Written ");
|
||||
// printNumber(dataSize);
|
||||
// print(" bytes\n");
|
||||
HAL_Delay(1);
|
||||
if (result != HAL_OK) {
|
||||
return EEPROM_FAIL;
|
||||
|
||||
Reference in New Issue
Block a user