1
0
Fork 0

Fixup controllerworks/mini42 (#18553)

fix up stuff by waffle
This commit is contained in:
jack 2022-09-30 15:26:40 -06:00 committed by GitHub
parent 394ded234f
commit d1903f4dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 47 deletions

View file

@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mini42.h"
#include "quantum.h"
#ifdef OLED_ENABLE
@ -79,4 +80,4 @@ bool oled_task_kb(void) {
return false;
}
#endif
#endif