raspberry pi fixes
This commit is contained in:
parent
e016a52459
commit
ee76b25ba3
5 changed files with 14 additions and 3 deletions
2
install
2
install
|
@ -10,7 +10,7 @@ udev_rule="SUBSYSTEM!=\"usb_device\", ACTION!=\"add\", GOTO=\"avrisp_end\"\n\nAT
|
|||
udev_path="/etc/udev/rules.d/60-olimex.rules"
|
||||
mcu_cfg="/etc/b15f.mcu"
|
||||
declare -a known_mcus=("atmega1284" "atmega1284p")
|
||||
declare -a known_users=("famulus")
|
||||
declare -a known_users=("famulus" "pi")
|
||||
|
||||
function hr1
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue