Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Jan 30, 2023
1 parent 6f36bce commit 51f2ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/svd-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export class SvdResolver {
}

protected async loadFromPack(pack: Pack, deviceName: string | undefined, processorName: string | undefined): Promise<string | undefined> {

const getDeviceName = (device: Device) => (device as DeviceVariant).$.Dvariant || device.$.Dname;

const assetBase = vscode.workspace.getConfiguration(manifest.PACKAGE_NAME).get<string>(manifest.CONFIG_ASSET_PATH) || manifest.DEFAULT_ASSET_PATH;
Expand Down

0 comments on commit 51f2ade

Please sign in to comment.