mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Cosmetic fixes.
This commit is contained in:
parent
5239d3a11b
commit
3cd7548b59
@ -134,7 +134,7 @@ uint8_t PeripheralsReadByte (uint8_t Addr)
|
||||
|
||||
|
||||
void PeripheralsInit (void)
|
||||
/* Initialize the peripheral registers */
|
||||
/* Initialize the peripherals. */
|
||||
{
|
||||
/* Initialize the COUNTER peripheral */
|
||||
|
||||
|
@ -109,7 +109,7 @@ uint8_t PeripheralsReadByte (uint8_t Addr);
|
||||
|
||||
|
||||
void PeripheralsInit (void);
|
||||
/* Initialize the peripheral registers */
|
||||
/* Initialize the peripherals. */
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user