Skip to content

Commit

Permalink
firmware: fix print_board_dna (merge issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 29, 2015
1 parent bb302c0 commit 8a2bf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/lm32/ci.c
Expand Up @@ -17,7 +17,7 @@

int status_enabled;

static void print_board_dna(void) {
void print_board_dna(void) {
int i;
printf("Board's DNA: ");
for(i=0; i<CSR_DNA_ID_SIZE; i++) {
Expand Down
1 change: 1 addition & 0 deletions firmware/lm32/ci.h
@@ -1,6 +1,7 @@
#ifndef __CI_H
#define __CI_H

void print_board_dna(void);
void ci_prompt(void);
void ci_service(void);

Expand Down

0 comments on commit 8a2bf53

Please sign in to comment.