nrf5/drivers: Removing external decleration of display module in header.

This commit is contained in:
Glenn Ruben Bakke 2017-01-04 17:20:51 +01:00
parent 2b92438d94
commit 87f250deec

View File

@ -27,6 +27,4 @@
#ifndef MODDISPLAY_H__
#define MODDISPLAY_H__
extern const mp_obj_module_t display_module;
#endif // MODDISPLAY_H__