Some more cosmetics.

This commit is contained in:
Godzil
2022-06-27 17:01:07 +01:00
parent 4d345079ae
commit 83e4b8d5d9
8 changed files with 10 additions and 54 deletions

View File

@@ -7,15 +7,6 @@
*
******************************************************************************/
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __ROM_H__
#define __ROM_H__
@@ -76,4 +67,4 @@ static inline uint8_t *ws_get_page_ptr(uint8_t *wsrom, uint32_t romSize, uint16_
return &wsrom[temp];
}
#endif
#endif /* __ROM_H__ */