Skip to content

Commit

Permalink
Add COLUMN_LINE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Jan 13, 2018
1 parent 25622f5 commit fbd4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#ifndef SBCTL_FORMAT_H
#define SBCTL_FORMAT_H

#define COLUMN_LINE "---"
#define LIST_HEADER "-------------------------------------------------------------------------------------------------------------------------------------------\n" \
"| ### | Spec | Mode | Type | Bus | Address | Port | Power [mA] | Speed [Mbps] | Serial Number | Device ID | Vendor | Product Description |\n" \
"-------------------------------------------------------------------------------------------------------------------------------------------\n"
#define LIST_FOOTER "-------------------------------------------------------------------------------------------------------------------------------------------\n"
#define NOT_SPECIFIED "Not Specified"


#endif /* SBCTL_FORMAT_H */

0 comments on commit fbd4b49

Please sign in to comment.