fixed temp module to allow for instance support

This commit is contained in:
Bander Ajba 2017-02-27 21:46:53 +03:00
parent e52ebb095c
commit 12a6cb0fbf
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ typedef struct _machine_temp_obj_t {
mp_obj_base_t base;
} machine_temp_obj_t;
STATIC const machine_temp_obj_t machine_temp_obj;
#define TEMP_BASE (NRF_TEMP_Type *)NRF_TEMP
/// \method __str__()
/// Return a string describing the Temp object.
STATIC void machine_temp_print(const mp_print_t *print, mp_obj_t o, mp_print_kind_t kind) {