Skip to content

Commit

Permalink
Fixing none parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed May 14, 2015
1 parent bea1fbd commit c21439c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Output/pjrcUSB/capabilities.kll
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Date = 2015-05-02;

# Output capabilities
consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
NoneOut => Output_noneSend_capability();
noneOut => Output_noneSend_capability();
sysCtrlOut => Output_sysCtrlSend_capability( sysCode : 1 );
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );

Expand Down
13 changes: 13 additions & 0 deletions Scan/MD1/pinout
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ PTA19 (LED only for PCB, not McHCK) (XTAL)
PTA1 - RX0
PTA2 - TX0

* Tag Connect

1 - Vdd +5
2 - PTA3 / SWD_IO
3 - Vss / Gnd
4 - PTA0 / SWD_CLK
5 - +5V
6 - PTA2 / TRACE_SWO
7 - N/C
8 - PTA1 / JTAG_TDI
9 - N/C
10 - Reset_b


------
|Unused|
Expand Down

0 comments on commit c21439c

Please sign in to comment.