tiny bugfix

This commit is contained in:
steve 2023-08-30 14:38:41 +01:00
parent 12bed84629
commit be80014d06
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ void hardware_init(class CPU &);
void hardware_checkpoint(class Stream &);
void hardware_restore(class Stream &);
#ifdef __PS2DRV_H__
#if defined(__PS2DRV_H__) && defined(USE_KBD)
extern class PS2Driver ps2;
#endif
#if defined(__SPIRAM_H__) && defined(USE_SPIRAM)