1
0
Fork 0

Rename files to match what they actually do

Also add validator before routing.
This commit is contained in:
Fred Sundvik 2016-02-14 13:05:50 +02:00
parent 1f1bc183dd
commit 8a991a266e
4 changed files with 11 additions and 11 deletions

View file

@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#include "protocol/data_link.h"
#include "protocol/routing.h"
#include "protocol/byte_stuffer.h"
#include "protocol/frame_validator.h"
void recv_byte(uint8_t data) {
}