1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

Cosmetic fixes.

This commit is contained in:
sidney 2024-12-19 03:50:44 +01:00
parent 5239d3a11b
commit 3cd7548b59
2 changed files with 9 additions and 9 deletions

View File

@ -134,7 +134,7 @@ uint8_t PeripheralsReadByte (uint8_t Addr)
void PeripheralsInit (void)
/* Initialize the peripheral registers */
/* Initialize the peripherals. */
{
/* Initialize the COUNTER peripheral */

View File

@ -109,7 +109,7 @@ uint8_t PeripheralsReadByte (uint8_t Addr);
void PeripheralsInit (void);
/* Initialize the peripheral registers */
/* Initialize the peripherals. */