added new todo comment for singelton pattern for bsl (wo only want to allow one object of bsl!)

interrupts
polymurph 4 years ago
parent 411a650e62
commit 37157aa497

@ -1,6 +1,8 @@
#ifndef BSL_NUCLEO_F042K6_H
#define BSL_NUCLEO_F042K6_H
// TODO: implement bsl as singleton!
// https://stackoverflow.com/questions/1008019/c-singleton-design-pattern
class Nucleo_f042k6
{

Loading…
Cancel
Save