8000 fixed temp module to allow for instance support · boneskull/circuitpython@12a6cb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12a6cb0

Browse files
author
Bander Ajba
committed
fixed temp module to allow for instance support
1 parent e52ebb0 commit 12a6cb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nrf5/modules/machine/temp.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ typedef struct _machine_temp_obj_t {
3939
mp_obj_base_t base;
4040
} machine_temp_obj_t;
4141

42-
STATIC const machine_temp_obj_t machine_temp_obj;
43-
44-
#define TEMP_BASE (NRF_TEMP_Type *)NRF_TEMP
45-
4642
/// \method __str__()
4743
/// Return a string describing the Temp object.
4844
STATIC void machine_temp_print(const mp_print_t *print, mp_obj_t o, mp_print_kind_t kind) {

0 commit comments

Comments
 (0)
0