Browse Source

Tools: fix executable permission and trailing whitespace

apm_2208
Pierre Kancir 3 years ago committed by Randy Mackay
parent
commit
5628b8d230
  1. 1
      Tools/Linux_HAL_Essentials/pru/rangefinderpru/pru_ctrl.h
  2. 2
      Tools/Linux_HAL_Essentials/startup.sh
  3. 0
      Tools/autotest/aircraft/Rascal/Models/Rascal110-000-013.ac
  4. 0
      Tools/autotest/fg_plane_view.bat
  5. 0
      Tools/autotest/fg_quad_view.bat

1
Tools/Linux_HAL_Essentials/pru/rangefinderpru/pru_ctrl.h

@ -117,4 +117,3 @@ typedef struct{
/* Definition of control register structures. */ /* Definition of control register structures. */
#define PRU0_CTRL (*((volatile pruCtrl*)0x22000)) #define PRU0_CTRL (*((volatile pruCtrl*)0x22000))
#define PRU1_CTRL (*((volatile pruCtrl*)0x24000)) #define PRU1_CTRL (*((volatile pruCtrl*)0x24000))

2
Tools/Linux_HAL_Essentials/startup.sh

@ -1,3 +1,5 @@
#!/bin/bash
if [ "`echo $1`" = "load" ]; then if [ "`echo $1`" = "load" ]; then
echo "Loading Test_Capes..." echo "Loading Test_Capes..."
cp devicetree/pxf/BB-SPI0-PXF-01-00A0.dtbo /lib/firmware/ cp devicetree/pxf/BB-SPI0-PXF-01-00A0.dtbo /lib/firmware/

0
Tools/autotest/aircraft/Rascal/Models/Rascal110-000-013.ac

0
Tools/autotest/fg_plane_view.bat

0
Tools/autotest/fg_quad_view.bat

Loading…
Cancel
Save