Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Ardupilot Solo
# Ardupilot Solo

[![Build Status](https://travis-ci.org/3drobotics/ardupilot-solo.svg?branch=master)](https://travis-ci.org/3drobotics/ardupilot-solo)

Expand All @@ -24,7 +24,7 @@

---

#ArduPilot Project#
# ArduPilot Project #

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/diydrones/ardupilot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
6 changes: 3 additions & 3 deletions Tools/Linux_HAL_Essentials/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRU PWM
=======

###Updating kernel
### Updating kernel
* Check your kernel version using `uname -r`
* If you get 3.8.13bone56+ as output then you may skip Updating kernel.
* For other kernel versions write following cmds in your BBB:
Expand All @@ -19,7 +19,7 @@ NOTE: For Ubuntu different scripts shall be used. E.g., for precise:

----

###Setting Up PRU Compiler
### Setting Up PRU Compiler
* Download [PRU C Compiler v2.0.0B2 installer](http://software-dl.ti.com/codegen/non-esd/downloads/beta.htm)
* Please check the path where you install PRU compiler.
* Setting environment variable
Expand All @@ -31,7 +31,7 @@ source ~/.bashrc

*note: semicolons in second command were intended*

###Compiling and loading the code
### Compiling and loading the code
* just `make`
* copy generated executable `pwmpru1` to `ardupilot/Tools/Linux_HAL_Essentials/`.
* To load firmware use
Expand Down
2 changes: 1 addition & 1 deletion Tools/Linux_HAL_Essentials/devicetree/bbbmini/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Hardware
# Hardware

## Load device tree
To load the BBBMINI device tree type `startup.sh load`.
Expand Down