Skip to content

Commit

Permalink
moved hm-trp to common-fw
Browse files Browse the repository at this point in the history
  • Loading branch information
wykys committed Jun 5, 2018
1 parent 25da21b commit eb09071
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 343 deletions.
4 changes: 3 additions & 1 deletion fw/Inc/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
#define __GLOBALS_INLUDED__

#include "stm32f4xx_hal.h"
#include "hm-trp.hpp"

#include "usb.hpp"

#include "cm-hm-trp.hpp"
#include "cm-circular-buffer.hpp"
#include "cm-crc.hpp"
#include "cm-packet.hpp"
Expand Down
85 changes: 0 additions & 85 deletions fw/Inc/hm-trp.hpp

This file was deleted.

255 changes: 0 additions & 255 deletions fw/Src/hm-trp.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions fw/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ int main(void)
global->radio_buffer_rx = new CircularBuffer;

global->usb->tx("START\n");
global->hmtrp->print_config();
global->usb->tx("===========================================\n");

/* USER CODE END 2 */

Expand Down

0 comments on commit eb09071

Please sign in to comment.