diff options
Diffstat (limited to 'include/watchdog.h')
| -rw-r--r-- | include/watchdog.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/watchdog.h b/include/watchdog.h index ef2f5aac9..b9599143a 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -31,10 +31,6 @@  #  error "Configuration error: CONFIG_HW_WATCHDOG and CONFIG_WATCHDOG can't be used together."  #endif -#if defined(__ASSEMBLY__) && defined(__NIOS__) -#  error "Configuration error: WATCHDOG_RESET inside assembler not supported for Nios platforms." -#endif -  /*   * Hardware watchdog   */ |