configs/nrf52-pca10040: Fix an error in the name of an included file. This was introduced with the previous change to this file.

This commit is contained in:
Gregory Nutt 2018-05-01 07:21:08 -06:00
parent 121211f096
commit d6d42aeead

View File

@ -42,7 +42,7 @@
#include <sys/types.h>
#include <syslog.h>
#include "nrf42_wdt.h"
#include "nrf52_wdt.h"
/****************************************************************************
* Public Functions