VirtualWatchdog: fix protection macro

pull/10857/head
Martin Kojtal 2019-06-27 15:15:51 +01:00
parent 7da2c6dbb6
commit d9e12e4168
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifdef DEVICE_VIRTUAL_WATCHDOG #ifdef DEVICE_WATCHDOG
#include "VirtualWatchdog.h" #include "VirtualWatchdog.h"
#include "Watchdog.h" #include "Watchdog.h"
@ -113,4 +113,4 @@ void VirtualWatchdog::process(uint32_t elapsed_ms)
} // namespace mbed } // namespace mbed
#endif // DEVICE_VIRTUAL_WATCHDOG #endif // DEVICE_WATCHDOG