Remove unused debugshell dep for pcspkr

This commit is contained in:
K. Lange 2018-07-20 19:07:23 +09:00
parent 7b023195d8
commit eb1c435697
1 changed files with 0 additions and 1 deletions

View File

@ -69,4 +69,3 @@ static int fini(void) {
}
MODULE_DEF(pcspkr, init, fini);
MODULE_DEPENDS(debugshell);