Skip to content

Commit

Permalink
mesa_uart: Remove header file not in 2.7
Browse files Browse the repository at this point in the history
just make mesa_uart compile by removing a reference to a header only found
in 2.8+


Signed-off-by: andypugh <[email protected]>
  • Loading branch information
andypugh committed Oct 17, 2019
1 parent e39fe30 commit a3f30ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hal/drivers/mesa_uart.comp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ http://linuxcnc.org/docs/html/hal/comp.html""";
author "Andy Pugh [email protected]";
license "GPL";

include <hostmot2-serial.h>;
// undocumented feature of comp, and when it is interpreted this file has moved
include "../../../hal/drivers/mesa-hostmot2/hostmot2.h";

pin in u32 tx-data-##[16] "Data to be transmitted";
pin out u32 rx-data-##[16] "Data received";
Expand Down

0 comments on commit a3f30ca

Please sign in to comment.