Add avr/wdt.h

This commit is contained in:
Phillip Stevens 2020-04-14 09:08:16 +10:00 committed by GitHub
parent bfa49e1ea0
commit d381f654fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ extern "C" {
*----------------------------------------------------------- *-----------------------------------------------------------
*/ */
#include <avr/wdt.h>
/* Type definitions. */ /* Type definitions. */
#define portCHAR char #define portCHAR char