mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
static func.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
#define SECTOR_SIZE (1 + 2 + SECTOR_DATA_SIZE + 1) // Sync + Header + Data + Checksum
|
||||
|
||||
|
||||
uint8_t update_checksum(uint8_t checksum,uint8_t data)
|
||||
static uint8_t update_checksum(uint8_t checksum,uint8_t data)
|
||||
{
|
||||
uint8_t for_carry,carry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user