Skip to content

Commit

Permalink
Merge pull request #3575 from LMESTM/dev_stm_factorize_gpio
Browse files Browse the repository at this point in the history
Dev stm factorize gpio
  • Loading branch information
0xc0170 authored Jan 16, 2017
2 parents c635c5d + 57e0225 commit cc8a132
Show file tree
Hide file tree
Showing 72 changed files with 17 additions and 1,274 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ struct dac_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct analogin_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct analogin_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ struct can_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct analogin_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ struct can_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ struct can_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
75 changes: 0 additions & 75 deletions targets/TARGET_STM/TARGET_STM32F0/gpio_object.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ struct can_s {
int index;
};

#include "gpio_object.h"
#include "common_objects.h"

#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct analogin_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ struct can_s {
};

#include "common_objects.h"
#include "gpio_object.h"

#ifdef __cplusplus
}
Expand Down
79 changes: 0 additions & 79 deletions targets/TARGET_STM/TARGET_STM32F1/gpio_api.c

This file was deleted.

75 changes: 0 additions & 75 deletions targets/TARGET_STM/TARGET_STM32F1/gpio_object.h

This file was deleted.

76 changes: 0 additions & 76 deletions targets/TARGET_STM/TARGET_STM32F2/gpio_api.c

This file was deleted.

Loading

0 comments on commit cc8a132

Please sign in to comment.