Skip to content

Commit

Permalink
Add missing javadoc, make minor correction #15
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorfoss committed May 18, 2013
1 parent 35ccc71 commit bdc4680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/no/group09/stk500_v1/ConstantsStk500v1.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with STK500ForJava. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* STK500 constants used by the Optiboot boot loader and our protocol
* STK500 constants used by the Optiboot boot loader and this STK500v1 implementation
*/
public class ConstantsStk500v1 {
public static final byte STK_OK = 0x10;
Expand Down
3 changes: 3 additions & 0 deletions src/no/group09/stk500_v1/Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* along with STK500ForJava. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* Interface used to provide log output and short user notifications.
*/
public interface Logger {
/**
* Display a message for a brief time
Expand Down

0 comments on commit bdc4680

Please sign in to comment.