nrf5/hal: Removing stdio.h include in adce.c which were used for debugging.

This commit is contained in:
Glenn Ruben Bakke 2017-01-15 17:55:35 +01:00
parent c87716d715
commit 2b383b4ede

View File

@ -23,7 +23,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include <stdio.h>
#include "mphalport.h"
#include "hal_adc.h"