jumper.h 166 B

1234567891011121314
  1. /*
  2. * jumper.h
  3. *
  4. * Created on: 17.05.2017
  5. * Author: balbekova
  6. */
  7. #ifndef JUMPER_H_
  8. #define JUMPER_H_
  9. bool set_mode_jumper(void);
  10. #endif /* JUMPER_H_ */